type golang.org/x/net/http2.missingBody
4 uses
golang.org/x/net/http2 (current package)
transport.go#L2498: res.Body = missingBody{}
transport.go#L3112: type missingBody struct{}
transport.go#L3114: func (missingBody) Close() error { return nil }
transport.go#L3115: func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpectedEOF }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)